GraphicPropertiesAnimationType Property
Specifies the type of animation that is used for a text.
The defined values are:
- alternate: scrolls the text from one side to another and back.
- none: disables the text animation.
- scroll: scrolls the text from one side to another.
- slide: scrolls the text from one side to the original text position and stops there.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public AnimationType AnimationType { get; set; }
Public Property AnimationType As AnimationType
Get
Set
Property Value
AnimationType